home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Utilities / PC-SIG's World of Utilities (PC-SIG) (1994).iso / UTI / DISK1994.ZIP / LISTBACK.DOC < prev    next >
Text File  |  1989-05-24  |  3KB  |  80 lines

  1.  
  2.                         LISTBACK 1.2 Documentation                5/24/89
  3.  
  4. LISTBACK Program and Documentation: Copyright (c) 1989 by Gary R. Pannone.
  5. All rights reserved. This program may be freely distributed.
  6.  
  7. If you find this program useful, please send a contribution ($10 suggested)
  8. to:  Gary R. Pannone, 35 Park View Rd., Hamden, CT 06514.
  9.  
  10. Introduction
  11. ------------
  12.  
  13. The LISTBACK program lists the files and directories that are stored on
  14. backup diskettes which were created with the DOS 3.3 BACKUP command.
  15.  
  16. LISTBACK lists each directory, followed by the files that were copied from that
  17. directory.  The filename, size, date, and time are listed for each file.
  18.  
  19.  
  20.  
  21.  
  22. Command Syntax
  23. --------------
  24.  
  25. The general form of the LISTBACK command is:
  26.  
  27.         LISTBACK d:[/U][/D]
  28.  
  29.    where d:  is the drive that contains the backup diskette.
  30.  
  31.          /U  indicates that the first diskette put in the
  32.              diskette drive may not be backup diskette 01
  33.              (i.e., an Unknown disk).
  34.  
  35.          /D  indicates that each filename listed should
  36.              include the full directory specification.
  37.  
  38.  
  39. Running LISTBACK
  40. ----------------
  41.  
  42. After you type the LISTBACK command, the program displays a startup screen.
  43. Press any key, and the program displays a prompt that asks that you insert
  44. the first backup diskette in the specified drive.  If you did not specify
  45. the /U parameter, the first diskette must be backup diskette 01.
  46.  
  47.         Note:  You can press ctrl-C at any prompt to exit the
  48.         LISTBACK program.
  49.  
  50. After inserting the diskette, press any key.  If you specified the /U
  51. parameter, LISTBACK displays the backup diskette number.  LISTBACK reads the
  52. control file on the diskette, and begins listing the directories and files
  53. that are stored on the backup diskette.  If LISTBACK detects that the diskette
  54. is not the last backup diskette, it prompts you for the next diskette.
  55.  
  56.  
  57.  
  58.  
  59. Examples
  60. --------
  61.  
  62. Some examples follow.
  63.  
  64. The following command lists all directories and files stored on the backup
  65. diskette numbered 01 in drive A.
  66.  
  67.         LISTBACK A:
  68.  
  69. The following command displays the backup diskette number, and then lists all
  70. directories and files stored on the backup diskette in drive A.
  71.  
  72.         LISTBACK A:/U
  73.  
  74. The following command lists all directories and files stored on the backup
  75. diskette numbered 01 in drive A.  Each filename is displayed as a complete
  76. path specification (minus drive ID).
  77.  
  78.         LISTBACK A:/D
  79.  
  80.